home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / utility / winnav.zip / WINNAC.ZIP / WINNAV.DEF < prev    next >
Text File  |  1991-10-03  |  882b  |  25 lines

  1. ;-------------------------------------------------------------------------
  2. ; WINNAV.DEF module definition file
  3. ;
  4. ; (c) Douglas Boling 1991
  5. ;-------------------------------------------------------------------------
  6.  
  7. NAME                            WINNAV
  8.  
  9. DESCRIPTION             'Windows file navigator (c) Douglas Boling, 1991'
  10. EXETYPE                 WINDOWS
  11. STUB                    'WINSTUB.EXE'
  12. CODE                    PRELOAD MOVEABLE DISCARDABLE
  13. DATA                    PRELOAD MOVEABLE DISCARDABLE
  14. HEAPSIZE                1024
  15. STACKSIZE               8192
  16. EXPORTS                 WndProc
  17.                     ListBoxSubclassProc
  18.                     EditBoxSubclassProc
  19.                     CopyRenDlgProc
  20.                     SetAttrDlgProc
  21.                     AboutDlgProc
  22.                     ConfigDlgProc
  23.                     FileInfoDlgProc
  24.                     MkDirDlgProc
  25.